Skip to content

Conversation

@musingsun
Copy link

  • The current compileSdkVersion is 34 and buildToolsVersion is "34.0.0".
  • Due to non-compliance of IMA SDK with Android 14, we need to temporarily disable ads insertion on Android 14. https://developer.android.com/about/versions/14/behavior-changes-14#safer-dynamic-code-loading
  • Replace the dependencies of Android's Support Library with the Android Jetpack Library.
  • Upgrade AGP version to 8.2.0.
  • Remove the androidTest cases that should be re-implemented in the library module.

- The current compileSdkVersion is 34 and buildToolsVersion is "34.0.0".
- Due to non-compliance of IMA SDK with Android 14, we need to temporarily disable ads insertion on Android 14.
  https://developer.android.com/about/versions/14/behavior-changes-14#safer-dynamic-code-loading
- Replace the dependencies of Android's Support Library with the Android Jetpack Library.
- Upgrade AGP version to 8.2.0.
- Remove the androidTest cases that should be re-implemented in the library module.
implementation "androidx.recyclerview:recyclerview:1.3.0"
implementation "androidx.leanback:leanback:1.0.0"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation 'com.google.android.exoplayer:exoplayer:r1.5.14'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, r1.5.14 is not available now. How can you got this dependency? Do you have .jar file of this version? Otherwise this PR will not work anymore.

Copy link

@RubenLauro RubenLauro Feb 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was able to compile it with implementation 'com.bartoszlipinski:exoplayer1:r1.5.14'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants